home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / etech / a8085 / mac / ed.m
Text File  |  1995-07-30  |  157b  |  8 lines

  1. ; Edit memory with binary editor
  2. !echo "Edit memory ... " NOLINE
  3. export "T:core",0
  4. !c:zap -* "T:core"
  5. import "T:core",0
  6. !c:delete "T:core" quiet
  7. echo "done"
  8.